home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / exec_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  4KB  |  145 lines

  1. #ifndef _LVO_EXEC_LIB_H
  2. #define _LVO_EXEC_LIB_H
  3.  
  4. /*
  5.  *  $VER: exec_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_Supervisor    (-0x1E)
  11. #define    LVO_execPrivate1    (-0x24)
  12. #define    LVO_execPrivate2    (-0x2A)
  13. #define    LVO_execPrivate3    (-0x30)
  14. #define    LVO_execPrivate4    (-0x36)
  15. #define    LVO_execPrivate5    (-0x3C)
  16. #define    LVO_execPrivate6    (-0x42)
  17. #define    LVO_InitCode    (-0x48)
  18. #define    LVO_InitStruct    (-0x4E)
  19. #define    LVO_MakeLibrary    (-0x54)
  20. #define    LVO_MakeFunctions    (-0x5A)
  21. #define    LVO_FindResident    (-0x60)
  22. #define    LVO_InitResident    (-0x66)
  23. #define    LVO_Alert    (-0x6C)
  24. #define    LVO_Debug    (-0x72)
  25. #define    LVO_Disable    (-0x78)
  26. #define    LVO_Enable    (-0x7E)
  27. #define    LVO_Forbid    (-0x84)
  28. #define    LVO_Permit    (-0x8A)
  29. #define    LVO_SetSR    (-0x90)
  30. #define    LVO_SuperState    (-0x96)
  31. #define    LVO_UserState    (-0x9C)
  32. #define    LVO_SetIntVector    (-0xA2)
  33. #define    LVO_AddIntServer    (-0xA8)
  34. #define    LVO_RemIntServer    (-0xAE)
  35. #define    LVO_Cause    (-0xB4)
  36. #define    LVO_Allocate    (-0xBA)
  37. #define    LVO_Deallocate    (-0xC0)
  38. #define    LVO_AllocMem    (-0xC6)
  39. #define    LVO_AllocAbs    (-0xCC)
  40. #define    LVO_FreeMem    (-0xD2)
  41. #define    LVO_AvailMem    (-0xD8)
  42. #define    LVO_AllocEntry    (-0xDE)
  43. #define    LVO_FreeEntry    (-0xE4)
  44. #define    LVO_Insert    (-0xEA)
  45. #define    LVO_AddHead    (-0xF0)
  46. #define    LVO_AddTail    (-0xF6)
  47. #define    LVO_Remove    (-0xFC)
  48. #define    LVO_RemHead    (-0x102)
  49. #define    LVO_RemTail    (-0x108)
  50. #define    LVO_Enqueue    (-0x10E)
  51. #define    LVO_FindName    (-0x114)
  52. #define    LVO_AddTask    (-0x11A)
  53. #define    LVO_RemTask    (-0x120)
  54. #define    LVO_FindTask    (-0x126)
  55. #define    LVO_SetTaskPri    (-0x12C)
  56. #define    LVO_SetSignal    (-0x132)
  57. #define    LVO_SetExcept    (-0x138)
  58. #define    LVO_Wait    (-0x13E)
  59. #define    LVO_Signal    (-0x144)
  60. #define    LVO_AllocSignal    (-0x14A)
  61. #define    LVO_FreeSignal    (-0x150)
  62. #define    LVO_AllocTrap    (-0x156)
  63. #define    LVO_FreeTrap    (-0x15C)
  64. #define    LVO_AddPort    (-0x162)
  65. #define    LVO_RemPort    (-0x168)
  66. #define    LVO_PutMsg    (-0x16E)
  67. #define    LVO_GetMsg    (-0x174)
  68. #define    LVO_ReplyMsg    (-0x17A)
  69. #define    LVO_WaitPort    (-0x180)
  70. #define    LVO_FindPort    (-0x186)
  71. #define    LVO_AddLibrary    (-0x18C)
  72. #define    LVO_RemLibrary    (-0x192)
  73. #define    LVO_OldOpenLibrary    (-0x198)
  74. #define    LVO_CloseLibrary    (-0x19E)
  75. #define    LVO_SetFunction    (-0x1A4)
  76. #define    LVO_SumLibrary    (-0x1AA)
  77. #define    LVO_AddDevice    (-0x1B0)
  78. #define    LVO_RemDevice    (-0x1B6)
  79. #define    LVO_OpenDevice    (-0x1BC)
  80. #define    LVO_CloseDevice    (-0x1C2)
  81. #define    LVO_DoIO    (-0x1C8)
  82. #define    LVO_SendIO    (-0x1CE)
  83. #define    LVO_CheckIO    (-0x1D4)
  84. #define    LVO_WaitIO    (-0x1DA)
  85. #define    LVO_AbortIO    (-0x1E0)
  86. #define    LVO_AddResource    (-0x1E6)
  87. #define    LVO_RemResource    (-0x1EC)
  88. #define    LVO_OpenResource    (-0x1F2)
  89. #define    LVO_execPrivate7    (-0x1F8)
  90. #define    LVO_execPrivate8    (-0x1FE)
  91. #define    LVO_execPrivate9    (-0x204)
  92. #define    LVO_RawDoFmt    (-0x20A)
  93. #define    LVO_GetCC    (-0x210)
  94. #define    LVO_TypeOfMem    (-0x216)
  95. #define    LVO_Procure    (-0x21C)
  96. #define    LVO_Vacate    (-0x222)
  97. #define    LVO_OpenLibrary    (-0x228)
  98. #define    LVO_InitSemaphore    (-0x22E)
  99. #define    LVO_ObtainSemaphore    (-0x234)
  100. #define    LVO_ReleaseSemaphore    (-0x23A)
  101. #define    LVO_AttemptSemaphore    (-0x240)
  102. #define    LVO_ObtainSemaphoreList    (-0x246)
  103. #define    LVO_ReleaseSemaphoreList    (-0x24C)
  104. #define    LVO_FindSemaphore    (-0x252)
  105. #define    LVO_AddSemaphore    (-0x258)
  106. #define    LVO_RemSemaphore    (-0x25E)
  107. #define    LVO_SumKickData    (-0x264)
  108. #define    LVO_AddMemList    (-0x26A)
  109. #define    LVO_CopyMem    (-0x270)
  110. #define    LVO_CopyMemQuick    (-0x276)
  111. #define    LVO_CacheClearU    (-0x27C)
  112. #define    LVO_CacheClearE    (-0x282)
  113. #define    LVO_CacheControl    (-0x288)
  114. #define    LVO_CreateIORequest    (-0x28E)
  115. #define    LVO_DeleteIORequest    (-0x294)
  116. #define    LVO_CreateMsgPort    (-0x29A)
  117. #define    LVO_DeleteMsgPort    (-0x2A0)
  118. #define    LVO_ObtainSemaphoreShared    (-0x2A6)
  119. #define    LVO_AllocVec    (-0x2AC)
  120. #define    LVO_FreeVec    (-0x2B2)
  121. #define    LVO_CreatePool    (-0x2B8)
  122. #define    LVO_DeletePool    (-0x2BE)
  123. #define    LVO_AllocPooled    (-0x2C4)
  124. #define    LVO_FreePooled    (-0x2CA)
  125. #define    LVO_AttemptSemaphoreShared    (-0x2D0)
  126. #define    LVO_ColdReboot    (-0x2D6)
  127. #define    LVO_StackSwap    (-0x2DC)
  128. #define    LVO_ChildFree    (-0x2E2)
  129. #define    LVO_ChildOrphan    (-0x2E8)
  130. #define    LVO_ChildStatus    (-0x2EE)
  131. #define    LVO_ChildWait    (-0x2F4)
  132. #define    LVO_CachePreDMA    (-0x2FA)
  133. #define    LVO_CachePostDMA    (-0x300)
  134. #define    LVO_AddMemHandler    (-0x306)
  135. #define    LVO_RemMemHandler    (-0x30C)
  136. #define    LVO_ObtainQuickVector    (-0x312)
  137. #define    LVO_execPrivate10    (-0x318)
  138. #define    LVO_execPrivate11    (-0x31E)
  139. #define    LVO_execPrivate12    (-0x324)
  140. #define    LVO_execPrivate13    (-0x32A)
  141. #define    LVO_execPrivate14    (-0x330)
  142. #define    LVO_execPrivate15    (-0x336)
  143.  
  144. #endif
  145.